Conversation
Add NATS operator reference pages, integration navigation, and message broker guide coverage for consuming from and publishing to NATS JetStream.
|
📦 Preview · View → · 🟢 Live Auto-updates on push |
Clarify that NATS operators accept the standard Tenzir tls record but ignore tls.min_version because nats.c does not expose a matching setting.
Update the NATS reference and collecting guides for the parser-free source operator. Show payload parsing from the message field and metadata access through metadata_field.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 35def454e4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Clarify that to_nats and to_kafka default to serializing events with this.print_ndjson() when message= is omitted.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 781a3e57ef
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Preserve NATS metadata in the collecting guide and reconcile Kafka/NATS default serialization examples across integration, guide, and reference pages.
🔍 Problem
🛠️ Solution
from_natsandto_natsreference pages with syntax, authentication, TLS, metadata variables, and examples.💬 Review
- Check the NATS examples against the code PR operator names and argument names.
- Check whether the NATS integration should get a dedicated diagram in a follow-up.
- Verified locally with
🛠️ Code PR: tenzir/tenzir#6047bun run lint.🎫 References TNZ-508